func testing.prettyPrint

3 uses

	testing (current package)
		benchmark.go#L593: 		prettyPrint(buf, ns, "ns/op")
		benchmark.go#L614: 		prettyPrint(buf, r.Extra[k], k)
		benchmark.go#L619: func prettyPrint(w io.Writer, x float64, unit string) {